Skip to content

Commit a0e3d82

Browse files
রেগুলার এক্সপ্রেশন add in \n and \t
1 parent 6ccc783 commit a0e3d82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/c-cheat-sheet.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@
133133
"items": [
134134
{
135135
"defination": "নতুন লাইন প্রর্দশন",
136-
"code": "\n"
136+
"code": "/\n/"
137137
}, {
138138
"defination": "ট্যাব প্রর্দশন",
139-
"code": "\t"
139+
"code": "/\t/"
140140
}, {
141141
"defination": "পূর্ণসংখ্যা প্রর্দশন",
142142
"code": "%d"

0 commit comments

Comments
 (0)