Changeset 21149 in main for adopters/nm/trunk/src/main/webapps/nmibis-content/xml/query/module/brfss/zRegex.txt
- Timestamp:
- 07/27/20 14:06:49 (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nm/trunk/src/main/webapps/nmibis-content/xml/query/module/brfss/zRegex.txt
r21130 r21149 3 3 find: 4 4 5 %%%[A-Za-z0-9]+%%% 5 <MEASURES>[\w\W]*?</MEASURES> 6 6 7 Finds a string containing any characters (upper or lower case) or numbers surrounded by three perecent signs. 7 Finds a string that begins with <MEASURES>, and is followed by any number (*) of alphanumeric (\w) or non-alphanumeric (\W) characters, and find the next instance (?) of </MEASURES> (as opposed to the last instance in the file). 8 8 9 9 10 replace with:
Note: See TracChangeset
for help on using the changeset viewer.