0
C# Регулярные выражения
Поменять i и j символ в слове с помощью регулярных выражений пример: входная строка: "Regular expressions" поменять 2 и 4 символы местами выходная строка: "Relugar exerpssions"
2 Respostas
+ 1
Can i help u ?
What do u need exactly ?
Can u explain more ?
0
Mûhãmmëd💡🚁🏇🏆 there is a line that needs to be changed by changing i and j characters in each word
example:
input line: "From the shone it's nice to watch the sea"
i = 0, j = 2;
output line: "orFm eht ohsne 'tis cine to tawch eht aes"