A function/method that returns part of a string.
I'm unable to read regex. Let's say we have this string: "mydomain.bu.pu" and I want to grab the ".…
javascript string substrI have read some other questions, tried the answers but got no result at the end. What I get is …
php substrI would like to use substr() function in order to get the chain of characters from the 1. to the last, …
c++ string substrI need to split a string into specific lengths, e.g. if user specifies it to units of max length 4, …
c++ loops substrWhen I use the substr() function in PHP, I get an question mark (a square with a question mark - …
php joomla substrI was wondering about Javascript performance about using string.replace() or string.substr(). Let me explain what I'm doing. I've …
javascript regex replace slice substrI am wondering if there is an elegant way to trim some text but while being HTML tag aware? For …
php substr