RegEx ignore in java -


Hello I like the string "DE32424; WV424324; FR234324; DE45345"

How will I first I ignore everything; Therefore only after using DE32424 will be left in the string. ReplaceAll () in Java.

all replaced (";. *.", "");


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -