bash, jeśli ciąg nie zaczyna się od

Just appreciate solution using "" regex for string ending with slash:
if[[ "some_string" != starting_string* ]]; then ...//some code
Armandres