Back to Browse

Basic Regular Expressions 6 - Java: String.matches() Method

557 views
Apr 18, 2022
20:59

How to use a regular expression the "quick and dirty way" in Java using the String class' matches() method. Accompanying Lecture Notes: https://terminallearning.com/java/validationRegex.html Regex Tester https://regexr.com/ by gskinner http://gskinner.com/ Key Moments: 00:00 Introduction 02:28 Review 05:21 String.matches() 17:15 Exercise 20:36 Summary RegEx 1: Introduction https://youtu.be/S5Nlezk8fGY RegEx 2: Character Classes https://youtu.be/c1GoqUoCfn4 RegEx 3: Quantifiers and Anchors https://youtu.be/4yh9vE55KLo RegEx 4: Meta-Characters & OR Operator https://youtu.be/l-wAlOTlhNg RegEx 5: Capture Groups https://youtu.be/gogiTKzhnjQ RegEx 6: Java - String.matches() Method https://youtu.be/dCpN0TjDzF8 (this video) RegEx 7: Java - Pattern, Matcher Classes https://youtu.be/_acdxMAK0fw ----------------------------- Copyright © Wendi Jollymore 2022. Any illegal reproduction of this content is prohibited and will result in immediate legal action.

Download

1 formats

Video Formats

360pmp430.9 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Basic Regular Expressions 6 - Java: String.matches() Method | NatokHD