M
M
miliko mikoyan2019-05-18 10:54:52
Regular Expressions
miliko mikoyan, 2019-05-18 10:54:52

How do you use regular expressions to tell you to take the value inside those brackets = #,?

I have this line.

let x = "COTiynkTfM&Length=1000251jink56516156#Finti:Ginjoko";

How to use regular expressions to tell you to take the value inside these brackets = # .
It follows from this that the value should be: 1000251jink56516156. and inside =" these brackets can be any value.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
hzzzzl, 2019-05-18
@miliko0022

let x = "COTiynkTfM & Length = 1000251jink56516156" Finti: Ginjoko ";

this is some kind of wrong string, quotes are unpaired

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question