General Databases (73) Linux (41) Outside the Cube (5088) Programming (679) Web publishing (65) about DelphiFAQ (14) JavaScript (31) perl CGI (3) VBScript (1) Web Hosting (8) Windows (431)
Exchange Links About this site Links to us 
|
Regular expressions in Homesite
This article has not been rated yet. After reading, feel free to leave comments and rate it.
The following was found for regular expressions in Homesite 4.5 - it may or may not be true for newer versions.
- back references in Homesite are expressed as \1, \2 etc. You can use them both in the search and in the replace term of a s// statement.
- it seems not possible to do a non-greedy match. Typically that is expressed as (.*?) but Homesite seems to ignore it.
Comments:
|