100+ results for '/[a-z]/'
Not the results you expected?
String.js (https://github.com/KenBoyer/CompactCMS.git) JavaScript · 82 lines
password_strength.js (https://bitbucket.org/JakePratt/kupcakz.com.git) JavaScript · 39 lines
Iban.php (https://github.com/fzaninotto/Faker.git) PHP · 73 lines
daijisen.js (https://github.com/shinout/kanabun-champ.git) JavaScript · 83 lines
S15.5.4.14_A4_T24.js (https://github.com/kangax/sputniktests-webrunner.git) JavaScript · 45 lines
8 * been stored. If separator is a regular expression then
9 * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding;
10 * @description: Argument is regexp /[a-z]/, and instance is String("abc");
11 */
13 var __string = new String("abc");
15 var __re = /[a-z]/;
17 __split = __string.split(__re);
neatools.js (https://github.com/windviki/vBookmarks.git) JavaScript · 156 lines
difference_spec.rb (https://github.com/playup/diff_matcher.git) Ruby · 792 lines
438 context "a Regex," do
439 expected, same, different =
440 /[a-z]/,
441 "a",
442 "A"
444 it_behaves_like "a diff matcher", expected, same, different,
445 <<-EOF
446 - /[a-z]/+ "A"
447 Where, - 1 missing, + 1 additional
448 EOF
453 it_behaves_like "a diff matcher", expected, same, different,
454 <<-EOF
455 - /[a-z]/+ :a
456 Where, - 1 missing, + 1 additional
457 EOF
deepEqual.js (https://github.com/v0lkan/o2.js.git) JavaScript · 1433 lines
tests.js (https://gitlab.com/yolile/fpuna-denguemaps) JavaScript · 2699 lines
lead.rb (https://github.com/jdhollis/renewzle.git) Ruby · 141 lines
keys.rb (https://github.com/jarmo/RAutomation.git) Ruby · 146 lines
PasswordValidator.php (https://github.com/markjames/sapphire.git) PHP · 93 lines
src_Matchers.js.html (https://github.com/smparkes/jasmine.git) HTML · 247 lines
61 <span class='line'> 54</span> </span><span class="WHIT"> </span><span class="NAME">message</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">this.message.apply</span><span class="PUNC">(</span><span class="KEYW">this</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="NAME">arguments</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT">
62 <span class='line'> 55</span> </span><span class="WHIT"> </span><span class="PUNC">}</span><span class="WHIT"> </span><span class="KEYW">else</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT">
63 <span class='line'> 56</span> </span><span class="WHIT"> </span><span class="KEYW">var</span><span class="WHIT"> </span><span class="NAME">englishyPredicate</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="NAME">matcherName.replace</span><span class="PUNC">(</span><span class="REGX">/[A-Z]/g</span><span class="PUNC">,</span><span class="WHIT"> </span><span class="KEYW">function</span><span class="PUNC">(</span><span class="NAME">s</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT"> </span><span class="KEYW">return</span><span class="WHIT"> </span><span class="STRN">' '</span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="NAME">s.toLowerCase</span><span class="PUNC">(</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT"> </span><span class="PUNC">}</span><span class="PUNC">)</span><span class="PUNC">;</span><span class="WHIT">
64 <span class='line'> 57</span> </span><span class="WHIT"> </span><span class="NAME">message</span><span class="WHIT"> </span><span class="PUNC">=</span><span class="WHIT"> </span><span class="STRN">"Expected "</span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="NAME">jasmine.pp</span><span class="PUNC">(</span><span class="NAME">this.actual</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="STRN">" "</span><span class="WHIT"> </span><span class="PUNC">+</span><span class="WHIT"> </span><span class="NAME">englishyPredicate</span><span class="PUNC">;</span><span class="WHIT">
65 <span class='line'> 58</span> </span><span class="WHIT"> </span><span class="KEYW">if</span><span class="WHIT"> </span><span class="PUNC">(</span><span class="NAME">matcherArgs.length</span><span class="WHIT"> </span><span class="PUNC">></span><span class="WHIT"> </span><span class="NUMB">0</span><span class="PUNC">)</span><span class="WHIT"> </span><span class="PUNC">{</span><span class="WHIT">
should-node.js (https://github.com/mansoor-s/Should-Node.git) JavaScript · 805 lines
property_inspector.rb (https://github.com/Stray/actionscript3-tmbundle.git) Ruby · 216 lines
Callbacks.html (https://github.com/JerryWho/railsdoccompilation.git) HTML · 87 lines
base64.js (https://github.com/darobin/jsdom.git) JavaScript · 175 lines
jabberd-authpipe-pam-0.1.pl (https://github.com/eagafonov/jabberd2.git) Perl · 227 lines
metagrammar.rb (https://github.com/swistak/treetop.git) Ruby · 2133 lines
142 s1 << r3
143 if r3
144 if input.index(/[A-Z]/, index) == index
145 r4 = (SyntaxNode).new(input, index...(index + 1))
146 @index += 1
326 i0, s0 = index, []
327 if input.index(/[A-Z]/, index) == index
328 r1 = (SyntaxNode).new(input, index...(index + 1))
329 @index += 1
524 s0 << r2
525 if r2
526 if input.index(/[A-Z]/, index) == index
527 r3 = (SyntaxNode).new(input, index...(index + 1))
528 @index += 1
reset.php (https://github.com/mickzzz/MicKzzz-Den.git) PHP · 72 lines
unary_operation.rb (https://bitbucket.org/ohimmelreich/asalia-training.git) Ruby · 64 lines
urn.pm (https://gitlab.com/kinwei/IFE-task7) Perl · 98 lines
password.ts (https://github.com/orangehrm/OrangeHRM.git) TypeScript · 48 lines
cron.time.js (https://github.com/podviaznikov/cron.git) JavaScript · 77 lines
S15.5.4.14_A4_T24.js (https://bitbucket.org/beala/test262.git) JavaScript · 45 lines
8 * been stored. If separator is a regular expression then
9 * inside of SplitMatch helper the [[Match]] method of R is called giving it the arguments corresponding;
10 * @description: Argument is regexp /[a-z]/, and instance is String("abc");
11 */
13 var __string = new String("abc");
15 var __re = /[a-z]/;
17 var __split = __string.split(__re);
jquery.date-helpers.js (https://gitlab.com/iislod/ckan) JavaScript · 82 lines
schema.validation.test_.js (git://github.com/LearnBoost/mongoose.git) JavaScript · 942 lines
flags.rb (https://github.com/peddie/dnssd.git) Ruby · 116 lines
uncommunicative_method_name.rb (https://github.com/jhwist/reek.git) Ruby · 74 lines
manipulator.js (https://github.com/garnu/bootstrap.git) JavaScript · 90 lines
data.js (https://gitlab.com/Hysen95/zf2-skeleton-application) JavaScript · 179 lines
bill_of_landing.rb (https://github.com/bradgessler/jack.git) Ruby · 42 lines
validation.md (https://github.com/anatolyg/node-sane.git) Markdown · 90 lines
helper.js (https://github.com/bluewings/pug-as-jsx-loader.git) JavaScript · 52 lines
tests.js (https://bitbucket.org/cbruno/acorn-objj.git) JavaScript · 29128 lines
account-update-password.directive.ts (https://github.com/codenvy/codenvy.git) TypeScript · 65 lines
001078.html (git://github.com/bjdean/cambridge-pm-website.git) HTML · 76 lines
mktSignup.js (https://gitlab.com/dima-antonenko/projectX) JavaScript · 133 lines
Files.pm (https://github.com/ViennaRNA/ViennaRNA.git) Perl · 187 lines
keysets.pl (https://bitbucket.org/freebsd/freebsd-base.git) Perl · 116 lines
validate.js (git://github.com/mathiasbynens/mothereffingcssescapes.git) JavaScript · 96 lines
ifDoWhileStatements.ts (https://gitlab.com/jimlamb/TypeScript) TypeScript · 163 lines
emailpasswordcheck.js (https://gitlab.com/GRIN-Global/GRIN-Global-server) JavaScript · 77 lines
esprima_tests.js (https://github.com/facebook/flow.git) JavaScript · 3329 lines
84 * https://code.google.com/p/esprima/issues/detail?id=604
85 {
86 content: 'var x = /[a-z]/\\ux',
87 explanation: "10.8.5.1 disallows unicode escape flags",
88 expected_differences: {
100 },
101 {
102 content: 'var x = /[a-z]/\\\\ux',
103 explanation: "10.8.5.1 disallows unicode escape flags",
104 expected_differences: {
callbacks.rb (https://github.com/csnelgrove/demo_app.git) Ruby · 66 lines
format_test.py (https://github.com/OpenAPITools/openapi-generator.git) Python · 504 lines
slashes-windows.js (https://github.com/micromatch/picomatch.git) JavaScript · 536 lines
is-date.test.js (https://github.com/busterjs/referee.git) JavaScript · 182 lines
terminus.rb (https://github.com/nigelkersten/puppet-old.git) Ruby · 152 lines
22 # Convert a constant to a short name.
23 def const2name(const)
24 const.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_" + i.downcase }.intern
25 end
52 # Convert everything to a lower-case symbol, converting camelcase to underscore word separation.
53 name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_" + i.downcase }.intern
55 subclass.name = name
68 # Our subclass is specifically associated with an indirection.
69 raise("Invalid name %s" % longname) unless names.length > 0
70 indirection_name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_" + i.downcase }.intern
72 if indirection_name == "" or indirection_name.nil?
md-selection-formats.ts (https://github.com/syncfusion/ej2-javascript-ui-controls.git) TypeScript · 336 lines
102 const beforeText: string = textArea.value.substr(splitText[0].length - 1, 1);
103 const afterText: string = splitText[1].substr(0, 1);
104 if ((beforeText !== '' && afterText !== '' && beforeText.match(/[a-z]/i)) &&
105 beforeText === beforeText.toLocaleUpperCase() && afterText === afterText.toLocaleUpperCase() && cmd === 'UpperCase') {
106 return true;
grammar.js (https://github.com/joereynolds/sql-lint.git) JavaScript · 509 lines
117 ],
118 },
119 { name: "name$ebnf$1", symbols: [/[a-z]/] },
120 {
121 name: "name$ebnf$1",
122 symbols: ["name$ebnf$1", /[a-z]/],
123 postprocess: (d) => d[0].concat([d[1]]),
124 },
160 postprocess: (d) => d.join(""),
161 },
162 { name: "create_index$ebnf$1", symbols: [/[A-z]/] },
163 {
164 name: "create_index$ebnf$1",
index.js (https://github.com/25th-floor/spected.git) JavaScript · 624 lines
install.js (https://hg.codeplex.com/xoopsfrance) JavaScript · 99 lines
terminus.rb (https://gitlab.com/coreynwops/puppet-retrospec) Ruby · 169 lines
23 # Convert a constant to a short name.
24 def const2name(const)
25 const.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }.intern
26 end
53 # Convert everything to a lower-case symbol, converting camelcase to underscore word separation.
54 name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }.intern
56 subclass.name = name
69 # This subclass is specifically associated with an indirection.
70 raise("Invalid name #{longname}") unless names.length > 0
71 processed_name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }
73 if processed_name.empty?
data.js (https://gitlab.com/alpox/anaplot) JavaScript · 188 lines
full_list.js (https://github.com/Wixel/TheKeyStone.git) JavaScript · 167 lines
String.js (https://github.com/zynga/core.git) JavaScript · 174 lines
RegexTest.php (https://github.com/Exercise/zf2.git) PHP · 119 lines
import-tokens-icons.js (https://github.com/patternfly/patternfly-react.git) JavaScript · 58 lines
PasswordMessage.js (https://github.com/zero-to-mastery/mappypals.git) JavaScript · 155 lines
passy.js (https://gitlab.com/hsrhul/backlar) JavaScript · 216 lines
validate.js (https://github.com/EOSIO/eosjs-keygen.git) JavaScript · 68 lines
interpolation_spec.rb (https://github.com/timon/MacRuby.git) Ruby · 52 lines
worker-query-detection.js (https://github.com/pgManage/pgManage.git) JavaScript · 744 lines
130 // if the current char is in the alphabet
131 if ((/[a-z]/gi).test(strChar)) {
132 // move the needle forward until we run into a non alphabet character
133 while (intNeedle < scriptLen) {
134 strChar = strScript[intNeedle];
135 bolAlpha = (/[a-z]/gi).test(strChar);
137 if (!bolAlpha) {
268 strChar = strScript[intNeedle];
269 bolAlpha = (/[a-z]/gi).test(strChar);
270 bolEnder = (/[\s\(\)\'\"\.]/gi).test(strChar);
RegexTest.php (https://github.com/zendframework/zend-validator.git) PHP · 182 lines
parsimmon.d.ts (https://gitlab.com/CatchLabs/DefinitelyTyped) TypeScript Typings · 177 lines
naked_password-0.2.4.min.js (https://gitlab.com/kaouech/theme) JavaScript · 10 lines
10 jQuery.fn.nakedPassword=function(options){return this.each(function(){var defaults={path:"images/",width:30,height:28,sex:'f'},settings=$.extend(defaults,options);function trigger(){var password_level=getPasswordStrength($(this).val());toggleImg($(this).attr("id"),password_level)}function toggleImg(field,level){for(i=0;i<=5;i++){if(i==level){$("#"+field+"pic"+i).fadeIn()}else{$("#"+field+"pic"+i).fadeOut()}}}function getPasswordStrength(password){return 0+ +(password.length>5)+ +(/[a-z]/.test(password)&&/[A-Z]/.test(password))+ +(/\d/.test(password)&&/\D/.test(password))+ +(/[!,@,#,$,%,^,&,*,?,_,~,-,(,)]/.test(password)&&/\w/.test(password))+ +(password.length>12)}var position=$(this).position(),input_height=$(this).outerHeight(),input_width=$(this).outerWidth(),pic_width=((input_height-6)/settings.height)*settings.width,pic_height=input_height-6,properties={position:'absolute',display:'none',opacity:1,left:(position.left+input_width-(pic_width+3))+"px",top:(position.top+3)+"px",margin:"0px",marginTop:($.browser.safari?3:1)+"px"};for(var i=0;i<=5;i++){$(this).after("<div style='display:none;' id='"+$(this).attr("id")+"pic"+i+"'><img src='"+settings.path+settings.sex+i+".png' width='"+pic_width+"' height='"+pic_height+"px' /></div>");$("#"+$(this).attr("id")+"pic"+i).css(properties)}$(this).bind('keyup',trigger).bind('blur',trigger)})};
audio.pl (https://github.com/ekosz/bingehack.git) Perl · 207 lines
name.rb (https://github.com/SciRuby/rubex.git) Ruby · 136 lines
terminus.rb (https://gitlab.com/gutocarvalho/puppet) Ruby · 169 lines
23 # Convert a constant to a short name.
24 def const2name(const)
25 const.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }.intern
26 end
53 # Convert everything to a lower-case symbol, converting camelcase to underscore word separation.
54 name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }.intern
56 subclass.name = name
69 # Our subclass is specifically associated with an indirection.
70 raise("Invalid name #{longname}") unless names.length > 0
71 indirection_name = names.pop.sub(/^[A-Z]/) { |i| i.downcase }.gsub(/[A-Z]/) { |i| "_#{i.downcase}" }.intern
73 if indirection_name == "" or indirection_name.nil?
README.md (https://github.com/manwar/perlweeklychallenge-club.git) Markdown · 129 lines
MolarMass.pm (git://github.com/duckduckgo/zeroclickinfo-goodies.git) Perl · 235 lines
113 my $prev = "NULL";
114 for my $c2 (split //, $string) {
115 if ($c2 =~ /[a-z]/
116 && (!(is_compound($prev)) || ($prev eq "NULL"))) {
117 return -1;
169 }
170 }
171 elsif ($c =~ /[a-z]/) {
172 # join lowercase letters to the last character before it
173 # will not fail as long as input is sanitized.
slice.js (https://github.com/ronomon/mime.git) JavaScript · 184 lines
analytics.rb (https://github.com/hashview/hashview.git) Ruby · 581 lines
159 else
160 flags = 0
161 flags += 1 if entry[:plaintext].to_s =~ /[a-z]/
162 flags += 1 if entry[:plaintext].to_s =~ /[A-Z]/
173 @hashes_for_mask.each do |entry|
174 entry = entry[:plaintext]
175 entry = entry.gsub(/[A-Z]/, 'U') # Find all upper case chars
176 entry = entry.gsub(/[a-z]/, 'L') # Find all lower case chars
280 else
281 flags = 0
282 flags += 1 if entry[:plaintext].to_s =~ /[a-z]/
283 flags += 1 if entry[:plaintext].to_s =~ /[A-Z]/
336 @complexity_hashes.each do |entry|
337 entry = entry[:plaintext]
338 entry = entry.gsub(/[A-Z]/, 'U') # Find all upper case chars
339 entry = entry.gsub(/[a-z]/, 'L') # Find all lower case chars
convert_to_class_name.rb (https://github.com/fujin/pylon.git) Ruby · 70 lines
encryptjs.rb (https://github.com/ceballosm/metasploit-framework.git) Ruby · 77 lines
scorePassword_Simple.js (https://gitlab.com/ronal2do/UniversalRelayBoilerplate) JavaScript · 36 lines
jquery.mobile.widget.js (https://github.com/asgeo1/jquery-mobile.git) JavaScript · 54 lines
iban.rb (https://github.com/barsoom/iban-tools.git) Ruby · 80 lines
class_handler.rb (https://github.com/kou/yard.git) Ruby · 113 lines
classes.js (https://gitlab.com/pidlisnyi/spring-angular) JavaScript · 44 lines
Registration.js (https://gitlab.com/vladimirdemonow/test-login) JavaScript · 92 lines
FormatTest.java (https://github.com/OpenAPITools/openapi-generator.git) Java · 373 lines
helper.js (https://gitlab.com/flangelier/tictacme) JavaScript · 108 lines
interpolation_spec.rb (https://github.com/thomo13/ironruby.git) Ruby · 55 lines
utils.test.js (https://github.com/renato-bohler/redux-form-input-masks.git) JavaScript · 1415 lines
SnsTermTable.class.php (https://github.com/ShinichiU/AuthFramework.git) PHP · 138 lines
data.js (https://gitlab.com/nicolas1729/cactus) JavaScript · 295 lines
base.t (git://github.com/theory/semver.git) Perl · 263 lines
BoxUtils.js (https://gitlab.com/0072016/0072016-PHP-APP) JavaScript · 98 lines
StringSplitTest.java (https://gitlab.com/essere.lab.public/qualitas.class-corpus) Java · 136 lines
prototypes.js (https://gitlab.com/Blueprint-Marketing/cdnjs) JavaScript · 115 lines
ClassComponent.spec.js (https://github.com/vuedoc/parser.git) JavaScript · 691 lines
UU.pm (https://gitlab.com/kinwei/IFE-task7) Perl · 150 lines
Avatar.vue (https://github.com/chatwoot/chatwoot.git) Vue · 86 lines
Check.pm (https://bitbucket.org/kmv/aeriebsd-src.git) Perl · 83 lines
Uncommunicative-Method-Name.md (https://bitbucket.org/deeparaman/api-sample-app.git) Markdown · 55 lines
22 | Option | Value | Effect |
23 | ---------------|-------------|---------|
24 | `reject` | array of regular expressions or strings | The set of patterns / names that Reek uses to check for bad names. Defaults to `[/^[a-z]$/, /[0-9]$/, /[A-Z]/]`. |
25 | `accept` | array of regular expressions or strings | The set of patterns / names that Reek will accept (and not report) even if they match one of the `reject` expressions. |
oracle_enhanced_connection.rb (https://github.com/ctreatma/oracle-enhanced.git) Ruby · 119 lines
datafield.rb (https://github.com/bess/northwest-digital-archives.git) Ruby · 169 lines
Root.vue (https://github.com/egoist/docute.git) Vue · 59 lines
FilterChainTest.php (https://github.com/Exercise/zf2.git) PHP · 96 lines
jquery-passy.js (https://gitlab.com/kaouech/theme) JavaScript · 203 lines
index.js (https://github.com/flyve-mdm/web-mdm-dashboard.git) JavaScript · 128 lines
63 }
64 if (parametersToEvaluate.needLowercaseCharacter) {
65 const myRe = /[a-z]/g
66 if (!myRe.test(value)) { errorMessages.push(I18n.t('validation.lowercase_character')) }
67 }
68 if (parametersToEvaluate.needUppercaseCharacter) {
69 const myRe = /[A-Z]/g
70 if (!myRe.test(value)) { errorMessages.push(I18n.t('validation.uppercase_character')) }
71 }