Check if the current URL includes a specified string.
Example: https://example.com/home?example
isIncludeInUrl({ urlContainString: 'example'}); Copy
isIncludeInUrl({ urlContainString: 'example'});
Configuration with the URL substring to check.
true
false
Check if the current URL includes a specified string.
Example: https://example.com/home?example