Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
wobei das {1} hier überflüssig ist und was die \s sollen versteh ich auch nichtWie wäre es mit:
[^aeou\s]*[aeou]{1}[^aeou\s]*
bzw. im Fließtext:
\s[^aeou\s]*[aeou]{1}[^aeou\s]*\s
stimmt, die fehlen sonst. kann man die in PHP selbst festlegen?Die ! sind die Delimiter der RegExp.