-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
125 lines (71 loc) · 2.61 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
http://citforum.ru/internet/vbscript/vbscript1.shtml
http://dunaevv1.narod.ru/vbs_refers.htm
E:\Temp\GoogleDrive\PSPad\pspad461en\Script\JScript\emmet.js
Kill Spaces or SPLIT Selected With Alt+K
Slect By Scope разрабатывать
Toogle TODO.txt if Opened
"something \n E:\Temp\GoogleDrive\PSPad\pspad461en\TODO.txtE:\Temp\GoogleDrive\PSPad\pspad461en\TODO.txt"
somesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesomesome
print ('<pre style="color: lawngreen ;background-color: black ;padding:12px;overflow:auto;font:.8em Consolas;">');
print_r( some );
print ("\r\n</pre>");
переписать функцию выделения слова E:\Temp\GoogleDrive\PSPad\pspad461en\Script\JScript\sel_word.js
Релизовать Duplicate - EditText
<a href="https://google.com/"></a>
If you need to know if a [ "string",
"matches",
"aregular"
]
somthing else
some
somEsomEsomEsomE
some some some some some
div
div
cm_CopyNamesToClip
$some
<div class="some" id="s">
<ul>
<li><a href="http://">hello there 001</a></li>
<li><a href="http://">hello there 002</a></li>
<li><a href="http://">hello there 003</a></li>
<li><a href="http://">hello there 004</a></li>
</ul>
</div>
echo "<some>". $some ."</some>"
somE
somEsome
somE
some
somE
some somE
' obj.command( "ecWordLeft" )
{
' obj.command( "ecWordLeft" )
' obj.command( "ecSelWordRight" )
' obj.command( "ecCopy" )
' obj.command( "ecPaste" )
' obj.command( "ecPaste" )
}
function
<div></div>
some:text
{
( () {})
}
Function RegExpTest(patrn, strng)
Dim regEx, Match, Matches ' Create variable.
Set regEx = New RegExp ' Create regular expression.
regEx.Pattern = patrn ' Set pattern.
regEx.IgnoreCase = True ' Set case insensitivity.
regEx.Global = True ' Set global applicability.
Set Matches = regEx.Execute(strng) ' Execute search.
For Each Match in Matches ' Iterate Matches collection.
RetStr = RetStr & "Match found at position "
RetStr = RetStr & Match.FirstIndex & ". Match Value is '"
RetStr = RetStr & Match.Value & "'." & vbCRLF
Next
RegExpTest = RetStr
End Function
MsgBox(RegExpTest("is.", "IS1 is2 IS3 is4"))
(some)