Content tagged regex

Similar Tags

Report Tag

8 usages of this tag
  • 2 replies
  • 1.8K views
This content is deleted
Forum Topic
[CLOSED] How do I fix this regex issue? (Firefox)
0 favourites

I am getting a SyntaxError: Invalid regexp group when I run this regex in Firefox or Internet Explorer. It works fine in Chrome. I get the same error using Cons...

posted 4 years ago
  • 3 replies
  • 520 views
This content is deleted
Forum Topic
[Solved]How do I change text(abc) of textbox to number?
0 favourites

I want change "textbox1.Text" (abc) to "textbox2.Text" {123) when button press. A switch to 1. B switch to 2. C switch to 3. I'm using this regex but don't work...

posted 4 years ago
  • 4 replies
  • 907 views
This content is deleted
Forum Topic
How do I escape quotes in my string?
0 favourites

I have a string Global Variable called help_url that looks like this "https://www.Example.Com/site#1" (the exact site URL changes during gameplay). Construct fo...

posted 3 years ago
  • 18 replies
  • 1.1K views
This content is deleted
Forum Topic
How do I remove the leading zeros in a string? (000010)
0 favourites

Is there any way I can remove leading zeros in string variables? Examples: 010, 00000001, 00000100 should become 10, 1, 100. This variable needs to stay a strin...

  • 7 replies
  • 441 views
This content is deleted
Forum Topic
How do I create a browser search?
0 favourites

Ok I know what I am trying to do is a little crazy, but I really need it. Sry any grammatical error. So what I am trying to do: Basically the user will have a s...

  • 2 replies
  • 591 views
This content is deleted
Forum Topic
How do I Regex split string into text?
0 favourites

I need the system to split a string into text like this: "The birds are flying in the sky". To become: "The" "birds" "are" "flying" "in" "the" "sky". There's an...

posted 3 years ago
  • 3 replies
  • 237 views
0 favourites

I stumbled on this by accident. I have two operations. Compare instance variable and regex (on the same instance variable). To my surprise, regex consistently p...

posted 1 years ago
  • 2 replies
  • 133 views
0 favourites

Hi folks! I have a variable 'MyVariable' that increases by a random number every 1 second. I wish to display it with comma separator (e.G. 750,000,000) and I do...

posted 6 months ago

Similar Tags