| Problem with Replace (5 replies) |
| ASPFriends.com 'aspngregexp' list |
| I've written a Replace routine using the code below. The idea is to replace the contents of the sourceText variable with a modified version of the searchText variable. The problem the code goes past the Replace command, but does not fire at all. The returned newText variable is an unmodified version of sourceText. Is there something I'm missing? //create a regular expression with the match string ... |
|
| excluding characters... (2 replies, VIP) |
| ASPFriends.com 'aspngregexp' list |
| Moved from [aspregexp] to [aspngregexp] by Charles M. Carroll charlesmarkcarroll@yahoo.com Hi All, I am writing validation for an email address. First off, i want to make sure there isn't a problem using 2 RegularExpressionValidator's for one field.... Other than that this is what I have, the first works fine, but the second, where I'm trying to exclude ":", I can't figure out the syntax.... ASP:t... |
|
| The first 3 sentences (2 replies) |
| ASPFriends.com 'aspngregexp' list |
| AC I am trying to write a regular expression which extracts the first 3 sentences (that is, all the text up to the third full stop and/or punctuation mark [!?]) from a text string. Any tips? |
|
| Good online resources? (3 replies) |
| ASPFriends.com 'aspngregexp' list |
| Are there any good online tutorials and references on Regular Expressions on the web? TIA |
|