Help for this page

Select Code to Download


  1. or download this
    s/(?<!=)'(?![ >])/&apos;/g
    
  2. or download this
    use HTML::Entities qw( encode_entities_numeric );
    
    s/(?<=<app text=')(.*?)(?=' date)/encode_entities_numeric("$1")/eg;