Changes between Initial Version and Version 1 of Ticket #2090, comment 1


Ignore:
Timestamp:
Jan 2, 2012, 10:06:30 PM (14 years ago)
Author:
Jos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2090, comment 1

    initial v1  
    11Your regex is wrong and should be:
     2
     3{{{
    24  $a_a = StringRegExp($avArray[$i_counter], "[[:upper:]]+", 1) 
    35
     6}}}
     7
    48Jos