Regular Expression

  • Thread starter Thread starter Buddy
  • Start date Start date
B

Buddy

Can someone please show me how to create a regular
expression to do the
following

My text is set to
[vbl] MyColumn{1, 100} Test

I want a regular expression that sets the text to the
following
[vbl] testMyColumn{1, 100}Test

Basically I want the regular expression to add the word
test infront of the
word MyColumn and also remove 4 spaces after } and the
word Test.

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Regular Expression 1
Regular Expression 4
Regular expression 4
Regular Expressions in C# 3
Regular Expression for ../ 4
Runtime error with Regular Expression 3
regular expression 7
regular expression question 6

Back
Top