Please provide me sources for learning Regex | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please provide me sources for learning Regex

I want to learn about regular expression can someone please provide me sources for the same * Preferred language Java

8th Jul 2020, 10:33 AM
Ashutosh Raturi
Ashutosh Raturi - avatar
7 Answers
8th Jul 2020, 10:52 AM
JaScript
JaScript - avatar
+ 2
Simple google search can get you there. https://www.javatpoint.com/java-regex
8th Jul 2020, 12:54 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Ashutosh Raturi start with small and very simple things, like copying some of those tutorials, then gradually work towards more complicated topics. Regex is a universal language that has an implementation in most programming language, even if with minor differences. In Java the catch is that usually you need to double the backslashes, so that it is not interpreted as an escape sequence.
8th Jul 2020, 1:09 PM
Tibor Santa
Tibor Santa - avatar
+ 2
Use this web application: https://regex101.com/
9th Jul 2020, 12:08 AM
Vasile Eftodii
Vasile Eftodii - avatar
+ 1
Tibor Santa i have gone through this website's content earlier and i found it really simple to understand.The problem is i am unable to implement regex logics in my code even after knowing that this problem can be solved using regex.
8th Jul 2020, 1:04 PM
Ashutosh Raturi
Ashutosh Raturi - avatar
+ 1
Tibor Santa Okay i will give it one more try. Thanks mate ❤️
8th Jul 2020, 1:11 PM
Ashutosh Raturi
Ashutosh Raturi - avatar
0
Vasile Eftodii thanks buddy !!
9th Jul 2020, 4:07 AM
Ashutosh Raturi
Ashutosh Raturi - avatar