Spring Into Linux
|
| You can match any single character with a dot (.). A dot means there must be a character in the string. You can make a single character optional by placing a question mark (?) after it.
|
|
|
| You can match any single character with a dot (.). A dot means there must be a character in the string. You can make a single character optional by placing a question mark (?) after it.
|
|