Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dmj
PicaRecord
Commits
a00e195d
Commit
a00e195d
authored
Jan 02, 2017
by
David Maus
Committed by
GitHub
Jan 02, 2017
Browse files
Merge pull request #1 from seboettg/master
Allow subfield code "#"
parents
a631115c
5fa8f7b1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/HAB/Pica/Record/Subfield.php
View file @
a00e195d
...
...
@@ -38,7 +38,7 @@ class Subfield
*
* @var string
*/
public
static
$validSubfieldCodePattern
=
'/^[a-z0-9]$/Di'
;
public
static
$validSubfieldCodePattern
=
'/^[a-z0-9
#
]$/Di'
;
/**
* Return true if argument is a valid subfield code.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment