Guest_imported
New member
- Jan 1, 1970
- 0
How can I make an test on the first character in a string. I want to test if the string starts with an a for excample.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if ( $string =~ /\Aa/ )