Làm cách nào để xóa dấu chấm câu khỏi chuỗi PHP?

Đã cho một chuỗi, hãy xóa dấu chấm câu khỏi chuỗi nếu ký tự đã cho là ký tự dấu chấm câu, như được phân loại theo ngôn ngữ C hiện tại. Ngôn ngữ C mặc định phân loại các ký tự này là dấu chấm câu.  

! " # $ % & ' ( ) * + , - . / : ; ? @ [ \ ] ^ _ ` { | } ~ 

ví dụ.  

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went

Khuyến khích. Vui lòng thử cách tiếp cận của bạn trên {IDE} trước, trước khi chuyển sang giải pháp

Tiếp cận. Trước tiên hãy kiểm tra chuỗi đầu vào nếu nó bao gồm các dấu câu thì chúng ta phải làm cho nó không có dấu câu. Để thực hiện việc này, chúng tôi sẽ duyệt qua chuỗi và nếu tìm thấy dấu chấm câu, chúng tôi sẽ xóa chúng. Giả sử chuỗi đầu vào là '$Student@' thì chúng ta phải xóa $ và @, hơn nữa chúng ta phải in chuỗi đơn giản 'Student' không có bất kỳ dấu câu nào

thuật toán

  1. Khởi tạo chuỗi đầu vào
  2. Kiểm tra xem ký tự có trong chuỗi có phải là dấu chấm câu hay không
  3. Nếu một ký tự là dấu chấm câu thì xóa ký tự đó và giảm chỉ số
  4. In chuỗi đầu ra, chuỗi này sẽ không có bất kỳ dấu chấm câu nào

Dưới đây là việc thực hiện các phương pháp trên

C++




Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
13

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
14

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
15
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
16
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
17

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
18
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
19

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
2

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
4
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
5
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
6

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
8
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
9
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
18
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
21

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
25

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
27
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
28

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
131
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
132

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
131
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
134

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1____1136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
141

_______11____1143

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1____1145
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
146

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
136

Java




Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
148

 

________ 1149 ________ 1150 ________ 1151

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
149
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
155
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
156
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
157

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
2

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
163
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
5
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
6

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
168

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
170
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
171
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
172
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
173
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
174

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
177

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1____1136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
182

Python3




Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
183

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
184

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
185
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
186

 

_______11____1188

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
190
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
191
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
192

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
194

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
196

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
8
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
199
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
00
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
01

________ 124

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
27 ________ 1199
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
00 ________ 106

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
131
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
08
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
191
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
10

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
12

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
14
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
15

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
16

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
08
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
191
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
5

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
20

C#




Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
21

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
22

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
15
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
15
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
26

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
150
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
28

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
149
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
155
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
156
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
33

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
2

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
163
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
5
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
6

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1____1168

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
45____146
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
172
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
173
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
174

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
52

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
136

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
55

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
56

Javascript




Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
57

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
58

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
0

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
2

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
64
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
65
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
5
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
6

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
168

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
72
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
173
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
174

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
24
Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
77

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1____1136

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
1

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
81

 

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
82

Đầu ra

Input : %welcome' to @geeksforgeekOutput : welcome to geeksforgeeks

Input : Hello!!!, he said ---and went.
Output : Hello he said and went
2

Độ phức tạp về thời gian. O(n2) 
Không gian phụ. Ô(1)

Bài viết này được đóng góp bởi Aarti_Rathi và Pramod Kumar. Nếu bạn thích GeeksforGeeks và muốn đóng góp, bạn cũng có thể viết một bài báo bằng cách sử dụng write. chuyên viên máy tính. org hoặc gửi bài viết của bạn tới review-team@geeksforgeeks. tổ chức. Xem bài viết của bạn xuất hiện trên trang chính của GeeksforGeeks và trợ giúp các Geeks khác.  

Làm cách nào để xóa các ký tự đặc biệt khỏi chuỗi PHP?

Một hàm hữu ích có thể dùng để xóa các ký tự đặc biệt khỏi chuỗi là hàm str_replace() . Chuỗi trống phải được sử dụng cho ký tự thay thế trong hàm này để xóa ký tự đã chỉ định. Cú pháp của chức năng này được đưa ra dưới đây. Hàm str_replace() có thể nhận bốn đối số.

Làm cách nào để xóa biểu tượng trong PHP?

Hàm trim() trong PHP xóa khoảng trắng hoặc bất kỳ ký tự được xác định trước nào khác khỏi cả hai bên trái và phải của chuỗi. ltrim() và rtrim() được sử dụng để xóa các khoảng trắng này hoặc các ký tự khác khỏi bên trái và bên phải của chuỗi.