indi visual
Member
I have a pretty good idea who will help me with this.
I think we should all go jet-ski fishing some time.
It's a lot of fun if you can get past the ridiculous part (jk).
This is my very very last and final request on this issue.
I know this is a place to ask questions, but I know I must get on people's nerves (lol).
I mean, I get on my own nerves asking the questions sometimes so I can only imagine...
Anyway here goes...
Could someone please write (help) me with 2 codes that does the following:
''code that finds and replaces the first appearing space right AFTER "various" with an end brace so it would change to "{various}text"
Example random {various text in string * missing end brace
-And A Code For Vice Versa-
''code that finds and replaces the first appearing space BEFORE "various" with an open brace so it would change to "random{various}"
Example random various} text in string * missing open brace
I was hoping to get this code in two pieces because I plan to use it seperately at different times:
One code to search for the first space just BEFORE the end brace,
and another to search for the first space just AFTER the open brace.
Extra Note: I will have my braces already in place before you provide me this code, I can get them in the strings just fine. It's just some of them have fronts with no ends, and some of them have ends with no fronts, so the best way I know how to cap them off is this way.
My Objective: To simply encapsulate words meeting criteria I know should not have a space (ie you guessed it... urls).
The End.
I think we should all go jet-ski fishing some time.
It's a lot of fun if you can get past the ridiculous part (jk).
This is my very very last and final request on this issue.
I know this is a place to ask questions, but I know I must get on people's nerves (lol).
I mean, I get on my own nerves asking the questions sometimes so I can only imagine...
Anyway here goes...
Could someone please write (help) me with 2 codes that does the following:
''code that finds and replaces the first appearing space right AFTER "various" with an end brace so it would change to "{various}text"
Example random {various text in string * missing end brace
-And A Code For Vice Versa-
''code that finds and replaces the first appearing space BEFORE "various" with an open brace so it would change to "random{various}"
Example random various} text in string * missing open brace
I was hoping to get this code in two pieces because I plan to use it seperately at different times:
One code to search for the first space just BEFORE the end brace,
and another to search for the first space just AFTER the open brace.
Extra Note: I will have my braces already in place before you provide me this code, I can get them in the strings just fine. It's just some of them have fronts with no ends, and some of them have ends with no fronts, so the best way I know how to cap them off is this way.
My Objective: To simply encapsulate words meeting criteria I know should not have a space (ie you guessed it... urls).
The End.