Jump to content

StringRegExpReplace Call


Deye
 Share

Recommended Posts


Hi,

how should i use  StringRegExpReplace to replace all lines to the needed format like ", #, #, #, #" 

if I have lines with 

"Local $sString = GUICtrlCreateInput(1 , 29,46,  46 , 25)"

so it will turn into (like how tidy does it)

"Local $sString = GUICtrlCreateInput(1, 29, 46, 46, 25)"

so a match string (to perform on it later) can also be a case sensitive  search as :

", 29, 46, 46, 25"

Thanks

Deye

 

Edited by Deye
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...