Grouping | REGEX DEMYSTIFIED

preview_player
Показать описание
Groups and Positive Lookaheads - Never heard about that? Then it's time to find out more about these features in this video of the RegEx mini-series!

----------

----------

See you in the videos!
Рекомендации по теме
Комментарии
Автор

Finally I understand why my backrefs weren't matching! Thank you so much!

brittanyneal
Автор

Finally! I understand it, thank you so much

mohamedhamza
Автор

Thank you very much... this is exactly what i was looking for.

TimePasser
Автор

for several months, i have been reading regex documents. Should i have watched your video much earlier.
Thanks mate.

greatvedas
Автор

Nice! Now I understand webpack tests for file extensions better :-)

mornir
Автор

Thank you MAX ! hmm Grouping is a interesting part of Regex that's understood after watching your tuto.

jashimuddin
Автор

thank you, now, i got it, the regular expression looks for the match not the pattern, ....thanks again

Subtitled_Deutsch
Автор

Hi Max, can we expect angular 5 from you with udemy?

hiteshchoudhary
Автор

Hi,
Can you please show the regex pattern for removing duplicate characters(consequent/random) in a string. I am finding this topic very confusing.
For ex 2021->201 and apple -> aple.

Regex for the same in java is "2021".replaceAll("(.)(?=.*?\\1)", "")

tanson