Search found 2 matches
- Thu Aug 09, 2012 4:47 pm
- Forum: General
- Topic: Literal and wildcard replace
- Replies: 2
- Views: 762
- Thu Aug 09, 2012 3:34 pm
- Forum: General
- Topic: Literal and wildcard replace
- Replies: 2
- Views: 762
Literal and wildcard replace
I'm a newbie...
I'm attempting to find literal text followed by varying text and need to know the reglar expression.
An example of the text to be replaced:
CAST(0x0000A0A100EE05FC AS DateTime)
where the 0x0000A0A100EE05FC is variable.
I want to replace the 'CAST(' to the closing parenthesis ...
I'm attempting to find literal text followed by varying text and need to know the reglar expression.
An example of the text to be replaced:
CAST(0x0000A0A100EE05FC AS DateTime)
where the 0x0000A0A100EE05FC is variable.
I want to replace the 'CAST(' to the closing parenthesis ...