bash -c "$(curl -fsSL https://raw.githubusercontent.com/jxtopher/icpp/main/install.sh)"
docker pull jxtopher/icpp
docker run -it jxtopher/icpp
- Print a message
[0]: <<"My message";
My message
- Initialise a variable and print it
[0]: int a = 44;
[1]: <<a;
44
- Try your regex
[0]: <<std::regex_match ("softwareTesting", std::regex("(soft)(.*)") );
1
[1]: <<std::regex_match ("softwareTesting", std::regex("(xoft)(.*)") );
0
!, ?, exit, reset, reset-on, reset-off