Posts by Neeraj Dusa

Author Biographical Info: Not available

Detect URL in a string in C++

By Neeraj Dusa

In this tutorial, one can get to know how to use regular expression and how to use it for detecting a URL in a given string in C++. Regular Expressions Regular Expressions are a s.... Read More

How to trim a string in C++

By Neeraj Dusa

In this tutorial, we will discuss how to trim leading and trailing white spaces from a string in C++ Trim string with built-in methods in C++ We use inbuilt “find_first_not_o.... Read More

Related Posts