468
+ − 1
%% This BibTeX bibliography file was created using BibDesk.
+ − 2
%% https://bibdesk.sourceforge.io/
+ − 3
+ − 4
%% Created for CS TAN at 2022-03-16 16:38:47 +0000
+ − 5
+ − 6
+ − 7
%% Saved with string encoding Unicode (UTF-8)
+ − 8
+ − 9
@article{Rathnayake2014StaticAF,
+ − 10
title={Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
+ − 11
author={Asiri Rathnayake and Hayo Thielecke},
+ − 12
journal={ArXiv,
+ − 13
year={2014},
+ − 14
volume={abs/1405.7058}
+ − 15
}
+ − 16
+ − 17
@inproceedings{RibeiroAgda2017,
+ − 18
abstract = {We describe the formalization of a regular expression (RE) parsing algorithm that produces a bit representation of its parse tree in the dependently typed language Agda. The algorithm computes bit-codes using Brzozowski derivatives and we prove that produced codes are equivalent to parse trees ensuring soundness and completeness w.r.t an inductive RE semantics. We include the certified algorithm in a tool developed by us, named verigrep, for regular expression based search in the style of the well known GNU grep. Practical experiments conducted with this tool are reported.},
+ − 19
address = {New York, NY, USA},
+ − 20
articleno = {4},
+ − 21
author = {Ribeiro, Rodrigo and Bois, Andr\'{e} Du},
+ − 22
booktitle = {Proceedings of the 21st Brazilian Symposium on Programming Languages},
+ − 23
date-modified = {2022-03-16 16:38:47 +0000},
+ − 24
doi = {10.1145/3125374.3125381},
+ − 25
isbn = {9781450353892},
+ − 26
keywords = {Certified algorithms, regular expressions, dependent types, bit-codes},
+ − 27
location = {Fortaleza, CE, Brazil},
+ − 28
numpages = {8},
+ − 29
publisher = {Association for Computing Machinery},
+ − 30
series = {SBLP 2017},
+ − 31
title = {Certified Bit-Coded Regular Expression Parsing},
+ − 32
url = {https://doi.org/10.1145/3125374.3125381},
+ − 33
year = {2017},
+ − 34
bdsk-url-1 = {https://doi.org/10.1145/3125374.3125381}}
+ − 35
+ − 36
@article{Thompson_1968,
+ − 37
author = {Ken Thompson},
+ − 38
date-added = {2022-02-23 13:44:42 +0000},
+ − 39
date-modified = {2022-02-23 13:44:42 +0000},
+ − 40
doi = {10.1145/363347.363387},
+ − 41
journal = {Communications of the {ACM}},
+ − 42
month = {jun},
+ − 43
number = {6},
+ − 44
pages = {419--422},
+ − 45
publisher = {Association for Computing Machinery ({ACM})},
+ − 46
title = {Programming Techniques: Regular expression search algorithm},
+ − 47
url = {https://doi.org/10.1145%2F363347.363387},
+ − 48
volume = {11},
+ − 49
year = 1968,
+ − 50
bdsk-url-1 = {https://doi.org/10.1145%2F363347.363387},
+ − 51
bdsk-url-2 = {https://doi.org/10.1145/363347.363387}}
+ − 52
+ − 53
@article{17Bir,
+ − 54
author = {Asiri Rathnayake and Hayo Thielecke},
+ − 55
date-added = {2019-08-18 17:57:30 +0000},
+ − 56
date-modified = {2019-08-18 18:00:13 +0000},
+ − 57
journal = {arXiv:1405.7058},
+ − 58
title = {Static Analysis for Regular Expression Exponential Runtime via Substructural Logics},
+ − 59
year = {2017}}
471
+ − 60
@article{campeanu2003formal,
+ − 61
title={A formal study of practical regular expressions},
+ − 62
author={C{\^a}mpeanu, Cezar and Salomaa, Kai and Yu, Sheng},
+ − 63
journal={International Journal of Foundations of Computer Science},
+ − 64
volume={14},
+ − 65
number={06},
+ − 66
pages={1007--1018},
+ − 67
year={2003},
+ − 68
publisher={World Scientific}
+ − 69
}
+ − 70
+ − 71
@article{alfred2014algorithms,
+ − 72
title={Algorithms for finding patterns in strings},
+ − 73
author={Alfred, V},
+ − 74
journal={Algorithms and Complexity},
+ − 75
volume={1},
+ − 76
pages={255},
+ − 77
year={2014},
+ − 78
publisher={Elsevier}
+ − 79
}
+ − 80
+ − 81
+ − 82
@article{CAMPEANU2009Intersect,
+ − 83
title = {On the intersection of regex languages with regular languages},
+ − 84
journal = {Theoretical Computer Science},
+ − 85
volume = {410},
+ − 86
number = {24},
+ − 87
pages = {2336-2344},
+ − 88
year = {2009},
+ − 89
note = {Formal Languages and Applications: A Collection of Papers in Honor of Sheng Yu},
+ − 90
issn = {0304-3975},
+ − 91
doi = {https://doi.org/10.1016/j.tcs.2009.02.022},
+ − 92
url = {https://www.sciencedirect.com/science/article/pii/S0304397509001789},
+ − 93
author = {Cezar Câmpeanu and Nicolae Santean},
+ − 94
keywords = {Extended regular expression, Regex automata system, Regex},
+ − 95
abstract = {In this paper we revisit the semantics of extended regular expressions (regex), defined succinctly in the 90s [A.V. Aho, Algorithms for finding patterns in strings, in: Jan van Leeuwen (Ed.), Handbook of Theoretical Computer Science, in: Algorithms and Complexity, vol. A, Elsevier and MIT Press, 1990, pp. 255–300] and rigorously in 2003 by Câmpeanu, Salomaa and Yu [C. Câmpeanu, K. Salomaa, S. Yu, A formal study of practical regular expressions, IJFCS 14 (6) (2003) 1007–1018], when the authors reported an open problem, namely whether regex languages are closed under the intersection with regular languages. We give a positive answer; and for doing so, we propose a new class of machines — regex automata systems (RAS) — which are equivalent to regex. Among others, these machines provide a consistent and convenient method of implementing regex in practice. We also prove, as a consequence of this closure property, that several languages, such as the mirror language, the language of palindromes, and the language of balanced words are not regex languages.}
+ − 96
}
+ − 97
468
+ − 98
+ − 99
@article{nielson11bcre,
+ − 100
author = {Lasse Nielsen, Fritz Henglein},
+ − 101
date-added = {2019-07-03 21:09:39 +0000},
+ − 102
date-modified = {2019-07-03 21:17:33 +0000},
+ − 103
journal = {LATA},
+ − 104
title = {Bit-coded Regular Expression Parsing},
+ − 105
year = {2011},
+ − 106
bdsk-file-1 = {YnBsaXN0MDDSAQIDBFxyZWxhdGl2ZVBhdGhZYWxpYXNEYXRhXxA1Li4vLi4vLi4vTXkgTWFjIChNYWNCb29rLVBybykvRGVza3RvcC9mcml0ei1wYXBlci5wZGZPEQF+AAAAAAF+AAIAAAxNYWNpbnRvc2ggSEQAAAAAAAAAAAAAAAAAAAAAAAAAQkQAAf////8PZnJpdHotcGFwZXIucGRmAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/////wAAAAAAAAAAAAAAAAADAAMAAAogY3UAAAAAAAAAAAAAAAAAB0Rlc2t0b3AAAAIAQi86VXNlcnM6Y3N0YW46RHJvcGJveDpNeSBNYWMgKE1hY0Jvb2stUHJvKTpEZXNrdG9wOmZyaXR6LXBhcGVyLnBkZgAOACAADwBmAHIAaQB0AHoALQBwAGEAcABlAHIALgBwAGQAZgAPABoADABNAGEAYwBpAG4AdABvAHMAaAAgAEgARAASAEBVc2Vycy9jc3Rhbi9Ecm9wYm94L015IE1hYyAoTWFjQm9vay1Qcm8pL0Rlc2t0b3AvZnJpdHotcGFwZXIucGRmABMAAS8AABUAAgAM//8AAAAIAA0AGgAkAFwAAAAAAAACAQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAB3g==}}
+ − 107
@software{regexploit2021,
+ − 108
author = {Ben Caller, Luca Carettoni},
+ − 109
date-added = {2020-11-24 00:00:00 +0000},
+ − 110
date-modified = {2021-05-07 00:00:00 +0000},
+ − 111
keywords = {ReDos static analyser},
+ − 112
month = {May}
+ − 113
title = {regexploit}
+ − 114
url = {https://github.com/doyensec/regexploit}
+ − 115
year = {2021}
+ − 116
}
+ − 117
471
+ − 118
@misc{KuklewiczHaskell,
+ − 119
title = {Regex Posix},
+ − 120
author = {Kuklewicz},
+ − 121
keywords = {Buggy C POSIX Lexing Libraries},
+ − 122
url = {https://wiki.haskell.org/Regex_Posix},
+ − 123
year = {2017}
+ − 124
}
+ − 125
+ − 126
+ − 127
@techreport{grathwohl2014crash,
+ − 128
title={A Crash-Course in Regular Expression Parsing and Regular Expressions as Types},
+ − 129
author={Grathwohl, Niels Bj{\o}rn Bugge and Henglein, Fritz and Rasmussen, Ulrik Terp},
+ − 130
year={2014},
+ − 131
institution={Technical report, University of Copenhagen}
+ − 132
}
+ − 133
468
+ − 134
@misc{SE16,
+ − 135
author = {StackStatus},
+ − 136
date-added = {2019-06-26 11:28:41 +0000},
+ − 137
date-modified = {2019-06-26 16:07:31 +0000},
+ − 138
keywords = {ReDos Attack},
+ − 139
month = {July},
+ − 140
rating = {5},
+ − 141
read = {1},
+ − 142
title = {Stack Overflow Outage Postmortem},
+ − 143
url = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016},
+ − 144
year = {2016},
+ − 145
bdsk-url-1 = {https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016}}
+ − 146
+ − 147
@article{HosoyaVouillonPierce2005,
+ − 148
author = {H.~Hosoya and J.~Vouillon and B.~C.~Pierce},
+ − 149
journal = {ACM Transactions on Programming Languages and Systems (TOPLAS)},
+ − 150
number = 1,
+ − 151
pages = {46--90},
+ − 152
title = {{R}egular {E}xpression {T}ypes for {XML}},
+ − 153
volume = 27,
+ − 154
year = {2005}}
+ − 155
+ − 156
@misc{POSIX,
+ − 157
note = {\url{http://pubs.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html}},
+ − 158
title = {{T}he {O}pen {G}roup {B}ase {S}pecification {I}ssue 6 {IEEE} {S}td 1003.1 2004 {E}dition},
+ − 159
year = {2004}}
+ − 160
+ − 161
@inproceedings{AusafDyckhoffUrban2016,
+ − 162
author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
+ − 163
booktitle = {Proc.~of the 7th International Conference on Interactive Theorem Proving (ITP)},
+ − 164
pages = {69--86},
+ − 165
series = {LNCS},
+ − 166
title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions ({P}roof {P}earl)},
+ − 167
volume = {9807},
+ − 168
year = {2016}}
+ − 169
+ − 170
@article{aduAFP16,
+ − 171
author = {F.~Ausaf and R.~Dyckhoff and C.~Urban},
+ − 172
issn = {2150-914x},
+ − 173
journal = {Archive of Formal Proofs},
+ − 174
note = {\url{http://www.isa-afp.org/entries/Posix-Lexing.shtml}, Formal proof development},
+ − 175
title = {{POSIX} {L}exing with {D}erivatives of {R}egular {E}xpressions},
+ − 176
year = 2016}
+ − 177
+ − 178
@techreport{CrashCourse2014,
+ − 179
annote = {draft report},
+ − 180
author = {N.~B.~B.~Grathwohl and F.~Henglein and U.~T.~Rasmussen},
+ − 181
institution = {University of Copenhagen},
+ − 182
title = {{A} {C}rash-{C}ourse in {R}egular {E}xpression {P}arsing and {R}egular {E}xpressions as {T}ypes},
+ − 183
year = {2014}}
+ − 184
+ − 185
@inproceedings{Sulzmann2014,
+ − 186
author = {M.~Sulzmann and K.~Lu},
+ − 187
booktitle = {Proc.~of the 12th International Conference on Functional and Logic Programming (FLOPS)},
+ − 188
pages = {203--220},
+ − 189
series = {LNCS},
+ − 190
title = {{POSIX} {R}egular {E}xpression {P}arsing with {D}erivatives},
+ − 191
volume = {8475},
+ − 192
year = {2014}}
+ − 193
+ − 194
@inproceedings{Sulzmann2014b,
+ − 195
author = {M.~Sulzmann and P.~van Steenhoven},
+ − 196
booktitle = {Proc.~of the 23rd International Conference on Compiler Construction (CC)},
+ − 197
pages = {174--191},
+ − 198
series = {LNCS},
+ − 199
title = {{A} {F}lexible and {E}fficient {ML} {L}exer {T}ool {B}ased on {E}xtended {R}egular {E}xpression {S}ubmatching},
+ − 200
volume = {8409},
+ − 201
year = {2014}}
+ − 202
+ − 203
@book{Pierce2015,
+ − 204
author = {B.~C.~Pierce and C.~Casinghino and M.~Gaboardi and M.~Greenberg and C.~Hri\c{t}cu and V.~Sj\"{o}berg and B.~Yorgey},
+ − 205
note = {\url{http://www.cis.upenn.edu/~bcpierce/sf}},
+ − 206
publisher = {Electronic textbook},
+ − 207
title = {{S}oftware {F}oundations},
+ − 208
year = {2015}}
+ − 209
+ − 210
@misc{Kuklewicz,
+ − 211
author = {C.~Kuklewicz},
+ − 212
howpublished = {\url{https://wiki.haskell.org/Regex_Posix}},
+ − 213
title = {{R}egex {P}osix}}
+ − 214
+ − 215
@article{Vansummeren2006,
+ − 216
author = {S.~Vansummeren},
+ − 217
journal = {ACM Transactions on Programming Languages and Systems},
+ − 218
number = {3},
+ − 219
pages = {389--428},
+ − 220
title = {{T}ype {I}nference for {U}nique {P}attern {M}atching},
+ − 221
volume = {28},
+ − 222
year = {2006}}
+ − 223
+ − 224
@inproceedings{Asperti12,
+ − 225
author = {A.~Asperti},
+ − 226
booktitle = {Proc.~of the 3rd International Conference on Interactive Theorem Proving (ITP)},
+ − 227
pages = {283--298},
+ − 228
series = {LNCS},
+ − 229
title = {{A} {C}ompact {P}roof of {D}ecidability for {R}egular {E}xpression {E}quivalence},
+ − 230
volume = {7406},
+ − 231
year = {2012}}
+ − 232
+ − 233
@inproceedings{Frisch2004,
+ − 234
author = {A.~Frisch and L.~Cardelli},
+ − 235
booktitle = {Proc.~of the 31st International Conference on Automata, Languages and Programming (ICALP)},
+ − 236
pages = {618--629},
+ − 237
series = {LNCS},
+ − 238
title = {{G}reedy {R}egular {E}xpression {M}atching},
+ − 239
volume = {3142},
+ − 240
year = {2004}}
+ − 241
+ − 242
@article{Antimirov95,
+ − 243
author = {V.~Antimirov},
+ − 244
journal = {Theoretical Computer Science},
+ − 245
pages = {291--319},
+ − 246
title = {{P}artial {D}erivatives of {R}egular {E}xpressions and {F}inite {A}utomata {C}onstructions},
+ − 247
volume = {155},
+ − 248
year = {1995}}
+ − 249
+ − 250
@inproceedings{Nipkow98,
+ − 251
author = {T.~Nipkow},
+ − 252
booktitle = {Proc.~of the 11th International Conference on Theorem Proving in Higher Order Logics (TPHOLs)},
+ − 253
pages = {1--15},
+ − 254
series = {LNCS},
+ − 255
title = {{V}erified {L}exical {A}nalysis},
+ − 256
volume = 1479,
+ − 257
year = 1998}
+ − 258
+ − 259
@article{Brzozowski1964,
+ − 260
author = {J.~A.~Brzozowski},
+ − 261
journal = {Journal of the {ACM}},
+ − 262
number = {4},
+ − 263
pages = {481--494},
+ − 264
title = {{D}erivatives of {R}egular {E}xpressions},
+ − 265
volume = {11},
+ − 266
year = {1964}}
+ − 267
+ − 268
@article{Leroy2009,
+ − 269
author = {X.~Leroy},
+ − 270
journal = {Communications of the ACM},
+ − 271
number = 7,
+ − 272
pages = {107--115},
+ − 273
title = {{F}ormal {V}erification of a {R}ealistic {C}ompiler},
+ − 274
volume = 52,
+ − 275
year = 2009}
+ − 276
+ − 277
@inproceedings{Paulson2015,
+ − 278
author = {L.~C.~Paulson},
+ − 279
booktitle = {Proc.~of the 25th International Conference on Automated Deduction (CADE)},
+ − 280
pages = {231--245},
+ − 281
series = {LNAI},
+ − 282
title = {{A} {F}ormalisation of {F}inite {A}utomata {U}sing {H}ereditarily {F}inite {S}ets},
+ − 283
volume = {9195},
+ − 284
year = {2015}}
+ − 285
+ − 286
@article{Wu2014,
+ − 287
author = {C.~Wu and X.~Zhang and C.~Urban},
+ − 288
journal = {Journal of Automatic Reasoning},
+ − 289
number = {4},
+ − 290
pages = {451--480},
+ − 291
title = {{A} {F}ormalisation of the {M}yhill-{N}erode {T}heorem based on {R}egular {E}xpressions},
+ − 292
volume = {52},
+ − 293
year = {2014}}
+ − 294
+ − 295
@inproceedings{Regehr2011,
+ − 296
author = {X.~Yang and Y.~Chen and E.~Eide and J.~Regehr},
+ − 297
booktitle = {Proc.~of the 32nd ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI)},
+ − 298
pages = {283--294},
+ − 299
title = {{F}inding and {U}nderstanding {B}ugs in {C} {C}ompilers},
+ − 300
year = {2011}}
+ − 301
+ − 302
@article{Norrish2014,
+ − 303
author = {A.~Barthwal and M.~Norrish},
+ − 304
journal = {Journal of Computer and System Sciences},
+ − 305
number = {2},
+ − 306
pages = {346--362},
+ − 307
title = {{A} {M}echanisation of {S}ome {C}ontext-{F}ree {L}anguage {T}heory in {HOL4}},
+ − 308
volume = {80},
+ − 309
year = {2014}}
+ − 310
+ − 311
@article{Thompson1968,
+ − 312
author = {K.~Thompson},
+ − 313
issue_date = {June 1968},
+ − 314
journal = {Communications of the ACM},
+ − 315
number = {6},
+ − 316
pages = {419--422},
+ − 317
title = {{P}rogramming {T}echniques: {R}egular {E}xpression {S}earch {A}lgorithm},
+ − 318
volume = {11},
+ − 319
year = {1968}}
+ − 320
+ − 321
@article{Owens2009,
+ − 322
author = {S.~Owens and J.~H.~Reppy and A.~Turon},
+ − 323
journal = {Journal of Functinal Programming},
+ − 324
number = {2},
+ − 325
pages = {173--190},
+ − 326
title = {{R}egular-{E}xpression {D}erivatives {R}e-{E}xamined},
+ − 327
volume = {19},
+ − 328
year = {2009}}
+ − 329
+ − 330
@inproceedings{Sulzmann2015,
+ − 331
author = {M.~Sulzmann and P.~Thiemann},
+ − 332
booktitle = {Proc.~of the 9th International Conference on Language and Automata Theory and Applications (LATA)},
+ − 333
pages = {275--286},
+ − 334
series = {LNCS},
+ − 335
title = {{D}erivatives for {R}egular {S}huffle {E}xpressions},
+ − 336
volume = {8977},
+ − 337
year = {2015}}
+ − 338
+ − 339
@inproceedings{Chen2012,
+ − 340
author = {H.~Chen and S.~Yu},
+ − 341
booktitle = {Proc.~in the International Workshop on Theoretical Computer Science (WTCS)},
+ − 342
pages = {343--356},
+ − 343
series = {LNCS},
+ − 344
title = {{D}erivatives of {R}egular {E}xpressions and an {A}pplication},
+ − 345
volume = {7160},
+ − 346
year = {2012}}
+ − 347
+ − 348
@article{Krauss2011,
+ − 349
author = {A.~Krauss and T.~Nipkow},
+ − 350
journal = {Journal of Automated Reasoning},
+ − 351
pages = {95--106},
+ − 352
title = {{P}roof {P}earl: {R}egular {E}xpression {E}quivalence and {R}elation {A}lgebra},
+ − 353
volume = 49,
+ − 354
year = 2012}
+ − 355
+ − 356
@inproceedings{Traytel2015,
+ − 357
author = {D.~Traytel},
+ − 358
booktitle = {Proc.~of the 24th Annual Conference on Computer Science Logic (CSL)},
+ − 359
pages = {487--503},
+ − 360
series = {LIPIcs},
+ − 361
title = {{A} {C}oalgebraic {D}ecision {P}rocedure for {WS1S}},
+ − 362
volume = {41},
+ − 363
year = {2015}}
+ − 364
+ − 365
@inproceedings{Traytel2013,
+ − 366
author = {D.~Traytel and T.~Nipkow},
+ − 367
booktitle = {Proc.~of the 18th ACM SIGPLAN International Conference on Functional Programming (ICFP)},
+ − 368
pages = {3-12},
+ − 369
title = {{A} {V}erified {D}ecision {P}rocedure for {MSO} on {W}ords {B}ased on {D}erivatives of {R}egular {E}xpressions},
+ − 370
year = 2013}
+ − 371
+ − 372
@inproceedings{Coquand2012,
+ − 373
author = {T.~Coquand and V.~Siles},
+ − 374
booktitle = {Proc.~of the 1st International Conference on Certified Programs and Proofs (CPP)},
+ − 375
pages = {119--134},
+ − 376
series = {LNCS},
+ − 377
title = {{A} {D}ecision {P}rocedure for {R}egular {E}xpression {E}quivalence in {T}ype {T}heory},
+ − 378
volume = {7086},
+ − 379
year = {2011}}
+ − 380
+ − 381
@inproceedings{Almeidaetal10,
+ − 382
author = {J.~B.~Almeida and N.~Moriera and D.~Pereira and S.~M.~de Sousa},
+ − 383
booktitle = {Proc.~of the 15th International Conference on Implementation and Application of Automata (CIAA)},
+ − 384
pages = {59-68},
+ − 385
series = {LNCS},
+ − 386
title = {{P}artial {D}erivative {A}utomata {F}ormalized in {C}oq},
+ − 387
volume = {6482},
+ − 388
year = {2010}}
+ − 389
+ − 390
@article{Owens2008,
+ − 391
author = {S.~Owens and K.~Slind},
+ − 392
journal = {Higher-Order and Symbolic Computation},
+ − 393
number = {4},
+ − 394
pages = {377--409},
+ − 395
title = {{A}dapting {F}unctional {P}rograms to {H}igher {O}rder {L}ogic},
+ − 396
volume = {21},
+ − 397
year = {2008}}
+ − 398
+ − 399
@article{Owens2,
+ − 400
author = {S.~Owens and K.~Slind},
+ − 401
bibsource = {dblp computer science bibliography, http://dblp.org},
+ − 402
biburl = {http://dblp.uni-trier.de/rec/bib/journals/lisp/OwensS08},
+ − 403
doi = {10.1007/s10990-008-9038-0},
+ − 404
journal = {Higher-Order and Symbolic Computation},
+ − 405
number = {4},
+ − 406
pages = {377--409},
+ − 407
timestamp = {Wed, 16 Dec 2009 13:51:02 +0100},
+ − 408
title = {Adapting functional programs to higher order logic},
+ − 409
url = {http://dx.doi.org/10.1007/s10990-008-9038-0},
+ − 410
volume = {21},
+ − 411
year = {2008},
+ − 412
bdsk-url-1 = {http://dx.doi.org/10.1007/s10990-008-9038-0}}
+ − 413
+ − 414
@misc{PCRE,
+ − 415
title = {{PCRE - Perl Compatible Regular Expressions}},
+ − 416
url = {http://www.pcre.org},
+ − 417
bdsk-url-1 = {http://www.pcre.org}}
+ − 418
+ − 419
@inproceedings{OkuiSuzuki2010,
+ − 420
author = {S.~Okui and T.~Suzuki},
+ − 421
booktitle = {Proc.~of the 15th International Conference on Implementation and Application of Automata (CIAA)},
+ − 422
pages = {231--240},
+ − 423
series = {LNCS},
+ − 424
title = {{D}isambiguation in {R}egular {E}xpression {M}atching via {P}osition {A}utomata with {A}ugmented {T}ransitions},
+ − 425
volume = {6482},
+ − 426
year = {2010}}
+ − 427
+ − 428
@techreport{OkuiSuzukiTech,
+ − 429
author = {S.~Okui and T.~Suzuki},
+ − 430
institution = {University of Aizu},
+ − 431
title = {{D}isambiguation in {R}egular {E}xpression {M}atching via {P}osition {A}utomata with {A}ugmented {T}ransitions},
+ − 432
year = {2013}}
+ − 433
+ − 434
@inproceedings{Davis18,
+ − 435
author = {J.~C.~Davis and C.~.A.~Coghlan and F.~Servant and D.~Lee},
+ − 436
booktitle = {Proc.~of the 26th ACM Joint Meeting on European Software Engineering Conference and Symposium on the Foundations of Software Engineering (ESEC/FSE)},
+ − 437
numpages = {11},
+ − 438
pages = {246--256},
+ − 439
title = {{T}he {I}mpact of {R}egular {E}xpression {D}enial of {S}ervice ({ReDoS}) in {P}ractice: {A}n {E}mpirical {S}tudy at the {E}cosystem {S}cale},
+ − 440
year = {2018}}